|
|
@@ -558,7 +558,7 @@ class MemberActivityInfo(BaseModelMixin, BrandInfoMixin):
|
558
|
558
|
'is_signup': self.is_signup,
|
559
|
559
|
'share_integral': self.group_share_integral,
|
560
|
560
|
'share_max_integral': self.group_share_max_integral,
|
561
|
|
- 'poster_kv_img_url': self.post_kv_image_url,
|
|
561
|
+ 'poster_kv_img_url': self.final_poster_kv_img_url,
|
562
|
562
|
'poster_content': self.poster_content,
|
563
|
563
|
'contribution_content_placeholder': self.contribution_content_placeholder,
|
564
|
564
|
'fields': json.loads(self.fields) if self.fields else [],
|